MessageDlgCheckBoxText
MessageDlgCheckBoxText Text$
 
Parameters:

    Text$=the checkbox text
Returns: NONE
 

     MessageDlgCheckBoxText sets the text that will be displayed for the checkbox in MessageDlg. The default text is "Don't show this message again."

     


  
; Inlcude the Dialogs library in this program
  #Include "PBDialogs2"
  
  
  MessageDlgCheckBoxText "I'm a checkbox"
  MessageDlg("A Checkbcox Test""Look at the checkbox text.""Look at it!""OK"0011)
  
  





 
Related Info: MessageDlg :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com